home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / clang / cslib15b.zip / README.1ST < prev   
Text File  |  1994-12-20  |  2KB  |  85 lines

  1.  
  2.  
  3.  
  4.  
  5.          Welcome to the CS-libraries.
  6.             A C++ database system.
  7.  
  8.  
  9.  
  10. The libraries are to be used with Borland C++ 3.1.
  11. Both MS-DOS and Windows applications are supported.
  12.  
  13. The libraries are intended for programmers who
  14. need some kind of database in their application but
  15. are reluctant to use any of the vast DBMS's currently
  16. on the market.
  17. In other words: the supplied classes are not just
  18. front ends for some database server but are doing
  19. all their IO themselves.
  20.  
  21. For the non-Windows programmer, classes are included
  22. which support in building the user-interface. The
  23. included demonstration address-database is an
  24. example of that.
  25.  
  26. An important part of the package is a program generator.
  27. It generates the source for a database with automatically
  28. updated indexes, easy access to fields, support for DATE
  29. fields, conversion to-and-from ASCII and so on.
  30. This program generator also produces a conversion function
  31. to maintain compatibility with the dBASE file format.
  32.  
  33. In addition the package contains classes which go beyond
  34. the traditional database.
  35. E.g. classes for variable length records and a class
  36. which works like a 'heap in a file'. This makes it
  37. possible to maintain pointer structures on disk!
  38.  
  39.  
  40. For more information please see the csdb.wp file in the
  41. DOC directory.
  42.  
  43.  
  44.  
  45. Shareware distribution:
  46.  
  47. You probably have received this package in a '.zip' file.
  48. Unless somebody has tampered with the original
  49. distribution, this file contains subdirectories.
  50. If by now you have all the files in just one
  51. directory, you probably didn't used the -d option.
  52.  
  53. To do it right try:
  54.  
  55.       c:\temp> pkunzip -d cslib15a.zip
  56.  
  57.  
  58.  
  59. Borland C++ 4.x
  60.  
  61. These libraries are compiled with and for Borland C 3.1.
  62. Although not completely impossible, using 3.1 libraries with
  63. a 4.x compiler is tricky at best.
  64. Therefore, there will be a version of these libraries for
  65. the 4.x compilers in the very nearby future.
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72. Beta-testers wanted
  73.  
  74. I still have plans to expand this library with additional
  75. classes and functions.
  76. If you like to toy with it, send me e-mail.
  77. The prerequisites are a smooth internet-connection and a keen
  78. eye for bugs!
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.